home *** CD-ROM | disk | FTP | other *** search
/ 3D-Mania Games / 3d-Mania Games.iso / pbgprob.txt < prev    next >
Text File  |  1994-11-03  |  2KB  |  55 lines

  1. ^C^BCommon System Problems^b^c
  2. ^C(c)1994 Terry E. Mercer^c
  3.  
  4. There are a number of problems which can, and often do,
  5. occur when trying to run DOS computer games.
  6.  
  7. The most common problem is not enough conventional RAM
  8. memory. That is the memory which your DOS based computer
  9. runs which is limited to 640K (no matter how much memory
  10. you have on your system). Using memory managers and time,
  11. it is both possible (and usually easy) to do some basic
  12. changes to enhance your systems ability to recognize
  13. more of its memory. The following commands should be in
  14. your CONFIG.SYS file:
  15.  
  16. ^TDEVICE=C:\DOS\HIMEM.SYS
  17. ^TDOS=HIGH,UMB
  18. ^TDEVICE=C:\DOS\EMM386.EXE M9 2048 RAM
  19.  
  20. The first two lines tell your computer to use the high
  21. memory... the memory BETWEEN the 640K barrier and the
  22. 1024K (first megabyte) which normally is un-used and sits
  23. idle. The third line loads a memory manager (supplied with
  24. your DOS and Windows). On some systems the M9 switch will
  25. need to be removed, but on most systems it will give you
  26. an additional 64K (one page frame, for the techies) block
  27. of upper memory. The 2048 RAM section tells the computer
  28. to set up 2 Megs of EMS memory (which many DOS programs
  29. can access and use).
  30.  
  31. If you type MEM /C at the DOS prompt (C:\>) your memory
  32. usage will be displayed. Check you memory BEFORE and AFTER
  33. you make changes. Pay attention to the line (toward the
  34. bottom) that says, "Largest Exectutable Program Size."
  35. The number in the parens (XXXK) is the answer. With some
  36. programs that number will have to be as much as 605K!
  37.  
  38. There are a number of things you can try. But, unless you
  39. are comfortable editting system files,  have a computer
  40. technician set up a Multi-Config (different ways your computer
  41. can start up, depending on what you want it to do). This person
  42. will also be able to (if they are good) optimize your system 
  43. for you, both memory & data. Have them check for fragments, and
  44. things which would speed up your system. This is generally the 
  45. least stressful and smartest move. If you want to try this task
  46. on your own, use the following resources:
  47.  
  48. ^CDan Gookin's  DOS for Dummies^c
  49. ^CYour DOS manual^c
  50. ^CTry typing HELP MEM at the DOS prompt^c
  51.     
  52. If all else fails, invest in a good tech to solve your problems for you!
  53.  
  54. ^CEnjoy these Games...^c
  55. ^CThey are some of the best ever created...^c